home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3rmpray.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_RENDERMATPROPRAYTR_H = 1;
- include("real/raytr/r3rmprop.js")
-
-
- var R3CLID_RMPRAYTRACER = 1548;
-
-
-
-
- R3RMPRAYA_Count = 1548501;
- function SetR3RMPRAYA_Count(value) {
- R3Set(this.r3obj, R3RMPRAYA_Count, value, R3TID_INTEGER, 0);
- }
-
- R3RMPRAYA_NormalSide = 1548502;
- function SetR3RMPRAYA_NormalSide(value) {
- R3Set(this.r3obj, R3RMPRAYA_NormalSide, value, R3TID_BOOLEAN, 0);
- }
-
- R3RMPRAYA_WeightByAngle = 1548503;
- function SetR3RMPRAYA_WeightByAngle(value) {
- R3Set(this.r3obj, R3RMPRAYA_WeightByAngle, value, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Rmpraytracer () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_RMPRAYTRACER, arguments);
- }
- // Attributes
- this.SetCount=SetR3RMPRAYA_Count;
- this.SetNormalSide=SetR3RMPRAYA_NormalSide;
- this.SetWeightByAngle=SetR3RMPRAYA_WeightByAngle;
- }
-
- r3Rmpraytracer.prototype=new r3Rmatprop;
- // r3rmpray.h_H